home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / m90.dir / 00025.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  586 b   |  21 lines

  1. on mouseDown
  2.   if pressLessonButton(10) then
  3.     pupSprites(1, 48, 0)
  4.     pupSprites(20, 24, 1)
  5.     repeat with x = 20 to 24
  6.       set the moveableSprite of sprite x to 1
  7.     end repeat
  8.     set the locH of sprite 20 to -2
  9.     set the locV of sprite 20 to -12
  10.     set the locH of sprite 21 to 320
  11.     set the locV of sprite 21 to 240
  12.     set the locH of sprite 22 to 277
  13.     set the locV of sprite 22 to 220
  14.     set the locH of sprite 23 to 364
  15.     set the locV of sprite 23 to 220
  16.     set the locH of sprite 24 to 320
  17.     set the locV of sprite 24 to 267
  18.     updateStage()
  19.   end if
  20. end
  21.